Delete Scrip to Watch List
Request to be POSTed to uri : /NorenWClientTP/DeleteMultiMWScrips
Request Details :
| Parameter Name | Possible value | Description |
|---|---|---|
| jData* | Should send json object with fields in below list | |
| jKey* | Key Obtained on login success. |
| Json Fields | Possible value | Description |
|---|---|---|
| uid* | Logged in User Id | |
| wlname* | Name of the Watchlist, for which scrip list is required. | |
| scrips* | List of scrips, example format NSE |
Response Details :
Response data will be in json format with below fields.
| Json Fields | Possible value | Description |
|---|---|---|
| stat | Ok or Not_Ok | Watch list update success or failure indication.. |
| request_time | It will be present only in a successful response. | |
| emsg | This will be present only in case of errors. That is : 1) Invalid Input 2) Session Expired |
Sample Success Response :
{
"request_time": "13:50:40 21-05-2020",
"stat": "Ok"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Invalid Input : Missing uid or wlname or scrips."
}